DataConnector | ComponentOne
C1.AdoNet.D365S Assembly / C1.DataConnector.AdoNet Namespace / DbCommandWrap<TInnerConnection,TInnerCommand,TInnerParameter> Class / DesignTimeVisible Property

In This Topic
    DesignTimeVisible Property (DbCommandWrap<TInnerConnection,TInnerCommand,TInnerParameter>)
    In This Topic
    カスタマイズされたインタフェースコントロールにこのコマンドオブジェクトを表示するかどうかを示す値を取得または設定します。
    Syntax
    'Declaration
     
    Public Overrides Property DesignTimeVisible As Boolean
    public override bool DesignTimeVisible {get; set;}
    See Also